From 08348502aeda83cb6fe58cd1a1da7a6d95ca8d74 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 21:15:09 +0000 Subject: [PATCH] (tex-insert-quote): Doc fix. --- lisp/textmodes/tex-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a3586d87ce1..199fc58bea9 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -487,8 +487,8 @@ Entering SliTeX mode calls the value of `text-mode-hook', then the value of (defun tex-insert-quote (arg) "Insert the appropriate quote marks for TeX. -Inserts the value of tex-open-quote (normally ``) or tex-close-quote -(normally '') depending on the context. With prefix argument, always +Inserts the value of `tex-open-quote' (normally ``) or `tex-close-quote' +\(normally '') depending on the context. With prefix argument, always inserts \" characters." (interactive "*P") (if arg -- 2.30.2